From 8c2d82b68518e78b3e0311b91e26720690ee4d27 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 30 Jan 2006 14:49:10 +0000 Subject: [PATCH] Retain product ID and version. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1721 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/jeeps/garminusb.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpsbabel/jeeps/garminusb.h b/gpsbabel/jeeps/garminusb.h index 638be5b01..569c23749 100644 --- a/gpsbabel/jeeps/garminusb.h +++ b/gpsbabel/jeeps/garminusb.h @@ -46,8 +46,10 @@ union { * OS implementation. */ #define GUSB_MAX_UNITS 20 -struct { +struct garmin_unit_info { unsigned long serial_number; + unsigned long unit_id; + unsigned long unit_version; char *os_identifier; /* In case the OS has another name for it. */ char *product_identifier; /* From the hardware itself. */ } garmin_unit_info[GUSB_MAX_UNITS]; -- 2.30.2